πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Neuron.md by @KGBicheno β˜†

neuron

Go back to the [[AI Glossary]]

A node in a neural network, typically taking in multiple input values and generating one output value. The neuron calculates the output value by applying an activation function (nonlinear transformation) to a weighted sum of input values.